Code Organization
Git Repository
The KST Platform git repository can be found here: Github Repository. It is a monorepo and it contains the frontend (located in the ui folder) and the backend (all other folders).
Source Files
KST Platform Backend
Within the modules of the KST Platform backend, the source code files can be found in src/main, whereas the source code files of the unit tests are located in src/test.
KST Platform Frontend
The source code files are located in the src folder.